Keysight VISA.NET Help
ReadListOfSByte(SByte[],Int64,Int64) Method



An array of signed bytes allocated by the calling program.
The index in the output data array where the first element is stored.
The maximum number of elements to read from the list.
Read a comma separated list of signed bytes from the formatted I/O read buffer and store a maximum of count elements into data starting at index.
Syntax
'Declaration
 
Overloads Function ReadListOfSByte( _
   ByVal data() As SByte, _
   ByVal index As Long, _
   ByVal count As Long _
) As Long
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As SByte
Dim index As Long
Dim count As Long
Dim value As Long
 
value = instance.ReadListOfSByte(data, index, count)
long ReadListOfSByte( 
   sbyte[] data,
   long index,
   long count
)
int64 ReadListOfSByte( 
   array<sbyte>^ data,
   int64 index,
   int64 count
) 

Parameters

data
An array of signed bytes allocated by the calling program.
index
The index in the output data array where the first element is stored.
count
The maximum number of elements to read from the list.

Return Value

The actual number of elements read from the list.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025